home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_18786.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  755 b   |  19 lines

  1. -- card: 18786 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10.  
  11.     The procedure "input-port?" returns #f when called with an input port that has been closed.  The procedure "output-port?" returns #f when called with an output port that has been closed.
  12.  
  13.     Procedures that open a port for output always create a new file as the destination, destroying any previous file of the same name that may have already existed.
  14.  
  15.     Pixie Scheme allows a maximum of eight input ports and eight output ports to be open at once.  The port for a transcript file does not count as one of the eight output ports.
  16.  
  17. -- part contents for background part 47
  18. ----- text -----
  19. 44